PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / beginMarkedContentWithPropertyList Method
A name Object indicating the role or significance of the sequence.
Either an inline dictionary containing the property list or a name Object associated with it in the Properties subdictionary of the current resource dictionary
In This Topic
    beginMarkedContentWithPropertyList Method
    In This Topic
    Begins a marked-content sequence with an associated property list.
    Syntax
    public void beginMarkedContentWithPropertyList( 
       PDFCosName tag,
       PDFCosObject properties
    )

    Parameters

    tag
    A name Object indicating the role or significance of the sequence.
    properties
    Either an inline dictionary containing the property list or a name Object associated with it in the Properties subdictionary of the current resource dictionary
    Exceptions
    ExceptionDescription
    When tag is null or properties is null.
    See Also